Skip to main content

All Questions

5votes
1answer
6kviews

Database design/relationship for threading messages

What's the database design or business logic for creating an app for messaging between users? I am having difficulties with choosing how to approach the relationship between each Conversation of User ...
Benjamin Smith Max's user avatar
0votes
1answer
326views

Parameterized Django models

In principle, a single Django application can be reused in two or more projects, providing functionality relevent to both. That implies that the same database structure (tables and relations) will be ...
mgibsonbr's user avatar

close